home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_65784.txt < prev    next >
Text File  |  1989-08-22  |  3KB  |  131 lines

  1. -- card: 65784 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 65830
  5. -- name: Routing Facilities P/2
  6. ----- HyperTalk script -----
  7. on doMenu what
  8.   if what is "next" then exit doMenu
  9.   pass doMenu
  10. end doMenu
  11.  
  12. on arrowKey which
  13.   if the textArrows and the optionKey is not down then
  14.     pass arrowKey
  15.     exit to HyperCard
  16.   end if
  17.   if which is "right" then exit arrowKey
  18.   pass arrowKey
  19. end arrowKey
  20.  
  21. on openCard
  22.   beenHereFlag 1,2
  23.   -- first param is item #, second is line # (of global)
  24.   pass openCard
  25. end openCard
  26.  
  27.  
  28. -- part 1 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=493 top=319 right=341 bottom=512
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1400 / 1400
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.  
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 2 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=478 top=319 right=341 bottom=498
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 1401 / 1401
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Prev
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.  
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part contents for background part 5
  67. ----- text -----
  68. 65784
  69.  
  70. -- part contents for background part 20
  71. ----- text -----
  72. Practice 1:  Function of Routing Facilities
  73.  
  74. -- part contents for background part 21
  75. ----- text -----
  76. Routing facilities do which of the following?
  77.  
  78. -- part contents for background part 23
  79. ----- text -----
  80. a.  Provide a link between a device name and its address.
  81.  
  82. -- part contents for background part 24
  83. ----- text -----
  84. b.  Take care of getting messages to and from nodes in different 
  85.       LANs.
  86.  
  87. -- part contents for background part 25
  88. ----- text -----
  89. c.  Provide the physical means to connect two different types of
  90.      media.
  91.  
  92. -- part contents for background part 26
  93. ----- text -----
  94. d.  Dynamically provide a unique network address.
  95.  
  96. -- part contents for background part 22
  97. ----- text -----
  98. Click your choice:
  99.  
  100. -- part contents for background part 42
  101. ----- text -----
  102. That‚Äôs right.  Routing facilities are concerned with the details of sending messages over multiple networks.
  103.  
  104. -- part contents for background part 34
  105. ----- text -----
  106. No.  The naming facilities of the middle functions are responsible for connecting a device‚Äôs name and its address.  Please try again.
  107.  
  108. -- part contents for background part 36
  109. ----- text -----
  110. No.  The lower functions of the OSI model are concerned with the type of media used on networks.  Please try again.
  111.  
  112. -- part contents for background part 37
  113. ----- text -----
  114. No.  Dynamic node ID assignment is part of the naming facilities.  Please try again.
  115.  
  116. -- part contents for background part 39
  117. ----- text -----
  118. The correct answer is (b).  Routing facilities take care of getting messages to and from nodes in different LANs.
  119.  
  120. -- part contents for background part 40
  121. ----- text -----
  122. No.  The naming facilities of the middle functions are responsible for connecting a device‚Äôs name and its address.  Please try again.
  123.  
  124. -- part contents for background part 3
  125. ----- text -----
  126. Routing Facilities
  127.  
  128. -- part contents for background part 57
  129. ----- text -----
  130. 2
  131. 1